IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityManager Class > InvokeServerMethodAsync Method : InvokeServerMethodAsync(ServerMethodDelegate,Object[]) Method |
'Declaration
Public Overloads Function InvokeServerMethodAsync( _ ByVal serverMethod As ServerMethodDelegate, _ ByVal ParamArray args() As Object _ ) As Task(Of Object)
'Usage
Dim instance As EntityManager Dim serverMethod As ServerMethodDelegate Dim args() As Object Dim value As Task(Of Object) value = instance.InvokeServerMethodAsync(serverMethod, args)
public Task<object> InvokeServerMethodAsync( ServerMethodDelegate serverMethod, params object[] args )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2